llvm-riscv64-fix-cffi
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 20 Dec 2019 18:30:29 +0000 (18:30 +0000)
committerJames Clarke <jrtc27@debian.org>
Fri, 20 Dec 2019 18:30:29 +0000 (18:30 +0000)
commit883ba1ffcd532a72de0072a129555f41691cb3c1
tree1fb34ca4c44e42ae6b013c28f8aa1c226e27e69d
parentc306e634c869b255f97c467c7d7e99d27ba334b7
llvm-riscv64-fix-cffi

commit c6b09bff5671600f8e764d3847023d0996f328d9
Author: Luís Marques <luismarques@lowrisc.org>
Date:   Thu Nov 14 18:27:42 2019 +0000

    [RISCV] Fix wrong CFI directives

    Summary: Removes CFI CFA directives that could incorrectly propagate
    beyond the basic block they were inteded for. Specifically it removes
    the epilogue CFI directives. See the branch_and_tail_call test for an
    example of the issue. Should fix the stack unwinding issues caused by
    the incorrect directives.

    Reviewers: asb, lenary, shiva0217
    Reviewed By: lenary
    Tags: #llvm
    Differential Revision: https://reviews.llvm.org/D69723

Gbp-Pq: Name llvm-riscv64-fix-cffi.diff
llvm/lib/Target/RISCV/RISCVFrameLowering.cpp